object Form_FavExt: TForm_FavExt Left = 270 Top = 298 ActiveControl = Edit_FN BorderStyle = bsDialog Caption = 'Add Favorite document or program' ClientHeight = 185 ClientWidth = 342 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 5 Top = 0 Width = 331 Height = 146 TabOrder = 0 object Label1: TLabel Left = 10 Top = 10 Width = 153 Height = 13 Caption = '&Location (document or program):' end object Label2: TLabel Left = 10 Top = 55 Width = 102 Height = 13 Caption = '&Parameters (optional):' end object Label3: TLabel Left = 10 Top = 100 Width = 31 Height = 13 Caption = '&Name:' end object Edit_FN: TFilenameEdit Left = 10 Top = 25 Width = 311 Height = 21 DialogOptions = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks] ButtonWidth = 25 NumGlyphs = 1 TabOrder = 0 OnChange = Edit_FNChange end object Edit_Params: TEdit Left = 10 Top = 70 Width = 311 Height = 21 TabOrder = 1 end object Edit_Name: TEdit Left = 10 Top = 115 Width = 311 Height = 21 TabOrder = 2 end end object Button_OK: TButton Left = 20 Top = 154 Width = 75 Height = 25 Hint = 'Accept changes and close dialog box' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button_Cancel: TButton Left = 100 Top = 154 Width = 75 Height = 25 Hint = 'Discard changes and close dialog box' Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end